
  @import url('https://fonts.googleapis.com/css2?family=Khand:wght@400;500;600;700&family=DM+Sans:wght@400;700&display=swap');

  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  body {
    font-family: 'DM Sans', sans-serif;
    background: #fff;
    color: #052345;
  }

  /* ── Hero Banner ── */
  .hero {
    background: url('public/assets/hubfs/raw_assets/public/financia/images/blog-post-hero.jpg') center/cover no-repeat;
    padding: 224px 0 150px;
    text-align: center;
  }
  .hero h1 {
    font-family: 'Khand', sans-serif;
    font-size: 56px;
    font-weight: 700;
    color: #fff;
  }

  /* ── Intro Row ── */
  .intro-section {
    padding: 100px 80px 54px;
    display: flex;
    gap: 40px;
    align-items: flex-start;
    background: #fff;
  }
  .intro-left { flex: 1; padding-right: 60px; }
  .intro-right { flex: 1; }
  .subheading {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #b3722e;
    margin-bottom: 12px;
  }
  .intro-left h2 {
    font-family: 'Khand', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #052345;
    line-height: 1.15;
    margin-top: 10px;
  }
  .intro-right p {
    font-size: 16px;
    line-height: 1.75;
    color: #444;
    margin-top: 30px;
  }

  /* ── Jobs Grid ── */
  .jobs-section {
    padding: 0 80px 150px;
    background: #fff;
  }
  .jobs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  /* ── Job Card (NO image) ── */
  .job-card {
    background: #efdfdb;
    border-radius: 4px;
    padding: 40px 36px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 240px;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden;
  }
  .job-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #efdfdb 0%, #e4cac3 100%);
    transition: opacity 0.3s ease;
    opacity: 1;
  }
  .job-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 48px rgb(243, 241, 235);
  }
  .job-card:hover::before {
    opacity: 0.85;
  }

  .job-card-inner {
    position: relative;
    z-index: 1;
  }

  .job-role {
    display: inline-block;
    font-family: 'DM Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #c8a46e;
    margin-bottom: 18px;
  }
  .job-title {
    font-family: 'Khand', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #2f2f2f;
    line-height: 1.35;
  }

  .job-arrow {
    position: relative;
    z-index: 1;
    margin-top: 28px;
    width: 36px;
    height: 36px;
    border: 1.5px solid rgba(71, 71, 71, 0.25);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.25s, border-color 0.25s;
  }
  .job-card:hover .job-arrow {
    background: #c8a46e;
    border-color: #c8a46e;
  }
  .job-arrow svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: #242424;
    stroke-width: 2;
  }

  @media (max-width: 900px) {
    .jobs-grid { grid-template-columns: repeat(2, 1fr); }
    .intro-section { flex-direction: column; padding: 60px 32px 40px; }
    .intro-left { padding-right: 0; }
    .jobs-section { padding: 0 32px 80px; }
  }
  @media (max-width: 560px) {
    .jobs-grid { grid-template-columns: 1fr; }
    .hero h1 { font-size: 36px; }
    .intro-section { padding: 48px 20px 32px; }
    .jobs-section { padding: 0 20px 60px; }
  }

a.cta_button {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  vertical-align: middle;
}
.blog-item-wrap {
  flex-wrap: wrap;
  display: flex;
  justify-content: start !important;
}

.hs-breadcrumb-menu {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.hs-breadcrumb-menu-item {
  float: left;
  padding: 10px 0px 10px 10px;
}

.hs-breadcrumb-menu-divider:before {
  content: "›";
  padding-left: 10px;
}

.hs-featured-image-link {
  border: 0;
}

.hs-featured-image {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 50%;
}

@media (max-width: 568px) {
  .hs-featured-image {
    float: none;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
}

.hs-screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

nav.megamenu .nav-list li a,
nav.megamenu .nav-list li a:hover,
nav.megamenu .nav-list li a:focus {
  font-size: 17px;
}

nav.megamenu .nav-list li a,
nav.megamenu .nav-list.level-1 > li.megamenu > a:after,
nav.megamenu .nav-list.level-1 > li.dropdown > a:after {
  color: #ffffff;
}

nav.megamenu .nav-list li a:hover,
nav.megamenu .nav-list li a:focus,
nav.megamenu .nav-list.level-1 > li.megamenu > a:hover:after,
nav.megamenu .nav-list.level-1 > li.dropdown > a:hover:after {
  color: #ffffff;
}

#megamenu .dropdown-content .row-dropdown-area {
  max-width: calc(px + 160px) !important;
}

/* Last item button style */

@media only screen and (min-width: 992px) {
  #megamenu .dropdown-content {
    background: #ffffff;
  }
}

nav.megamenu
  .nav-list
  li.megamenu
  .dropdown-content
  .header-megamenu
  .title-megamenu,
nav.megamenu
  .nav-list
  li.megamenu
  .dropdown-content
  .header-megamenu
  .title-megamenu
  a {
  /* font-family:; */
  font-size: 20px;
  font-weight: 700;
  color: #052345;
}

nav.megamenu .nav-list li.megamenu .dropdown-content ul li a,
nav.megamenu .nav-list li.dropdown .dropdown-content ul li a,
nav.megamenu
  .nav-list
  li.megamenu
  .dropdown-content
  .main-megamenu
  a.menu-link
  .text-link {
  /* font-family:; */
  font-size: 18px;
  font-weight: 400;
  color: #052345;
}

nav.megamenu .nav-list li.megamenu .dropdown-content ul li a:hover span,
nav.megamenu .nav-list li.dropdown .dropdown-content ul li a:hover span,
nav.megamenu
  .nav-list
  li.megamenu
  .dropdown-content
  .main-megamenu
  a.menu-link:hover
  .text-link {
  color: #052345;
}

@media only screen and (max-width: 991px) {
  #mobileMenuBar.open .menu-main {
    display: block;
    width: 100%;
    padding-top: 95px;
    background: url("");
  }

  #mobileMenuBar nav.megamenu .nav-list.level-1 > li.megamenu > a:after,
  #mobileMenuBar nav.megamenu .nav-list.level-1 > li.dropdown > a:after {
    fill: #ffffff;
  }

  #mobileMenuBar nav.megamenu .nav-list {
    background: #ffffff;
  }

  #mobileMenuBar nav.megamenu .nav-list.level-1 > li.megamenu.open > a:after,
  #mobileMenuBar nav.megamenu .nav-list.level-1 > li.dropdown.open > a:after {
    fill: #ffffff;
  }

  #mobileMenuBar nav.megamenu .nav-list li a {
    color: #b3b75c;
    font-size: 17px;
  }

  #mobileMenuBar nav.megamenu .nav-list li.megamenu .dropdown-content ul li a,
  #mobileMenuBar nav.megamenu .nav-list li.dropdown .dropdown-content ul li a,
  #mobileMenuBar
    nav.megamenu
    .nav-list
    li.megamenu
    .dropdown-content
    .main-megamenu
    a.menu-link
    .text-link {
    color: #b3b75c;
  }

  #mobileMenuBar nav.megamenu .nav-list li.menu-item.one-column,
  #mobileMenuBar nav.megamenu .nav-list .sub-menu li a {
    color: #b3b75c;
  }

  #mobileMenuBar
    nav.megamenu
    .nav-list.level-1
    > li:not(.last-menu-item-button)
    > a.menu-link {
    background: rgba(255, 255, 255, calc(70 / 100));
  }

  #mobileMenuBar #megamenu .nav-list li.dropdown .dropdown-content ul.level-2,
  #mobileMenuBar #megamenu .dropdown-content .row-dropdown-area {
    /* background: rgba(#, calc(50 / 100)); */
  }

  #mobileMenuBar
    nav.megamenu
    .nav-list
    li.megamenu
    .dropdown-content
    .mega-col:last-child {
    padding: 0;
  }
}

@font-face {
  font-family: "Khand";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src:
    url("_hcms/googlefonts/Khand/700.woff2") format("woff2"),
    url("_hcms/googlefonts/Khand/700.woff") format("woff");
}

@font-face {
  font-family: "Khand";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src:
    url("_hcms/googlefonts/Khand/500.woff2") format("woff2"),
    url("_hcms/googlefonts/Khand/500.woff") format("woff");
}

@font-face {
  font-family: "Khand";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src:
    url("_hcms/googlefonts/Khand/600.woff2") format("woff2"),
    url("_hcms/googlefonts/Khand/600.woff") format("woff");
}

@font-face {
  font-family: "Khand";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src:
    url("_hcms/googlefonts/Khand/regular.woff2") format("woff2"),
    url("_hcms/googlefonts/Khand/regular.woff") format("woff");
}

@font-face {
  font-family: "DM Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src:
    url("_hcms/googlefonts/DM_Sans/regular.woff2") format("woff2"),
    url("_hcms/googlefonts/DM_Sans/regular.woff") format("woff");
}

@font-face {
  font-family: "DM Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src:
    url("_hcms/googlefonts/DM_Sans/regular.woff2") format("woff2"),
    url("_hcms/googlefonts/DM_Sans/regular.woff") format("woff");
}

@font-face {
  font-family: "DM Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src:
    url("_hcms/googlefonts/DM_Sans/700.woff2") format("woff2"),
    url("_hcms/googlefonts/DM_Sans/700.woff") format("woff");
}
.dnd_area_blog-row-0-padding {
  padding-top: 224px !important;
  padding-bottom: 150px !important;
}

.dnd_area_blog-row-0-background-layers {
  background-image: url(../hubfs/raw_assets/public/financia/images/blog-post-hero.jpg);
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.dnd_area_blog-row-1-padding {
  padding-top: 70px !important;
  padding-bottom: 54px !important;
}

.dnd_area_blog-row-1-background-layers {
  background-image: linear-gradient(
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 1)
  ) !important;
  background-position: left top !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
}

.dnd_area_blog-row-2-padding {
  padding-bottom: 150px !important;
}

.dnd_area_blog-row-3-padding {
  padding-top: 140px !important;
  padding-bottom: 150px !important;
}

.dnd_area_blog-row-3-background-layers {
  background-image: linear-gradient(
    rgba(246, 237, 235, 1),
    rgba(246, 237, 235, 1)
  ) !important;
  background-position: left top !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
}

.dnd_area_blog-column-3-padding {
  padding-right: 170px !important;
}

.dnd_area_blog-column-9-row-0-padding {
  padding-bottom: 54px !important;
}

.footer-row-0-background-layers {
  background-image: linear-gradient(
    rgba(30, 20, 14, 1),
    rgba(30, 20, 14, 1)
  ) !important;
  background-position: left top !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
}

.footer_copyright-row-0-padding {
  padding-bottom: 0px !important;
}

.footer_copyright-row-0-background-layers {
  background-image: linear-gradient(
    rgba(30, 20, 14, 1),
    rgba(30, 20, 14, 1)
  ) !important;
  background-position: left top !important;
  background-size: auto !important;
  background-repeat: no-repeat !important;
}
